var syscall.envLock
11 uses
syscall (current package)
env_unix.go#L18: envLock sync.RWMutex
env_unix.go#L55: envLock.Lock()
env_unix.go#L56: defer envLock.Unlock()
env_unix.go#L72: envLock.RLock()
env_unix.go#L73: defer envLock.RUnlock()
env_unix.go#L107: envLock.Lock()
env_unix.go#L108: defer envLock.Unlock()
env_unix.go#L126: envLock.Lock()
env_unix.go#L127: defer envLock.Unlock()
env_unix.go#L137: envLock.RLock()
env_unix.go#L138: defer envLock.RUnlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |